DOC minimally discuss inconsistencies in openMP's limitation thread locality#209
Conversation
tomMoral
left a comment
There was a problem hiding this comment.
Re-reading this, a few extra comments.
In particular, I am a bit confused by the thread pool wording (for me threadpool are a specific pattern, while the behavior is inconsistent as soon as you use multiple threads no?)
|
OK, how's that? Also, I talked about thread pools because the most likely case where this happens (certainly what is motivating this) is switching from process pools to thread pools. But there may be other use cases I haven't thought of. Have you seen code where people would start one-off threads to run these sort of things in parallel? |
|
And did another pass, maybe now it's understandable. |
tomMoral
left a comment
There was a problem hiding this comment.
Great, this looks clearer to me. Thanks for reworking it.
Merging this one to not drop the ball but if any other maintainer feels this should be improved, feel free to open a subsequent PR to refine/discuss.
Fixes #207